Perform a Trace Route
A trace route attempts to report on the current status of an internet connection at all locations between your computer and the destination.
- Enter your DOS prompt. Click Start | Programs | Accessories | MS-DOS Prompt
- Goto your base directory C:\
- Use the tracert DOS command.
For example, if you are testing the internet connection to Nexon game service:
C:\>tracert 206.112.96.1 >> Trace.txt
If you are testing the internet connection to a different computer, you must specify its address instead of Nexon's game service address.
This command will create a text file named Trace.txt that you can e-mail to the lagging node. To find this file:
- Goto your Desktop.
- Double-click on My Computer.
- Double-click on Drive C:\.
- Search in this folder for Trace.txt.
- Open Trace.txt to view results.
Reading a Trace Route
For example, the trace route displays:
# Latency IP address
1 133 133 293.131.222.1
2 140 007 297.121.444.1
3 824 801 299.999.999.9
4 165 -665 204.146.98.4
5 180 206.112.96.1
- The first number is the internet hop or node number (1, 2, 3, 4, ...).
- The next numbers is the latency or lag (133, 133, 140, 007, ...), measured in milliseconds that it took to receive a reply (1000 ms = 1 second).
- Any result over 500 ms, or any result that times out indicates that node has lag.
- If some results display * (an asterisk) instead of milliseconds, then that node took much longer than allowed to respond. It timed out.
- The last number is the Internet address (293.131.222.1 ...) of that internet node.
- In this example, there is a source of lag of 824 ms. It is is underlined here:
# Latency IP address
1 133 133 293.131.222.1
2 140 007 297.121.444.1
3 824 801 299.999.999.9 Lag source
4 165 -665 204.146.98.4
5 180 206.112.96.1